projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ebf940
)
(Fread_file_name): Doc fix.
author
John Paul Wallington
<jpw@pobox.com>
Sat, 14 Aug 2004 12:47:42 +0000
(12:47 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sat, 14 Aug 2004 12:47:42 +0000
(12:47 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index a05b1cb8340099ad11ae1ef6e4365f11fd2bcafd..5acfee7c02c4e65d32cdc9be6dce11ba58b3eeb8 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-6193,7
+6193,10
@@
DIR should be an absolute directory name. It defaults to the value of
If this command was invoked with the mouse, use a file dialog box if
`use-dialog-box' is non-nil, and the window system or X toolkit in use
-provides a file dialog box. */)
+provides a file dialog box.
+
+See also `read-file-name-completion-ignore-case'
+and `read-file-name-function'. */)
(prompt, dir, default_filename, mustmatch, initial, predicate)
Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
{